#index {
  z-index: 7;
  position: relative;
}

#index #main .r1 {
  background: url(../img/syzz-info.jpg) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  height: 530px;
  z-index: 8;
}

#index #main .r1 .r-main {
  position: relative;
  z-index: 10;
  /* padding: 50px 9.5% 1.5rem 9.5%; */
}

#index #main .r1 .r-main h1 {
  font-size: 26px;
  color: #2a60e8;
  font-weight: bold;
  font-style: italic;
}

#index #main .r1 .r-main .f-72 {
  position: relative;
  /* padding: 150px 0 0 0; */
  text-align: center;
}

/* #index #main .r1 .r-main  .f-72::after{content: ""; position: absolute;display: block;width: 100px;height: 2px;background: #2a60e8;left: 0;bottom: 0;} */
#index #main .r1 .r-main p {
  font-size: 30px;
  color: #b2b2b2;
  font-style: italic;
  font-weight: 500;
}

#index #main .r1 .r-main p span {
  color: #2a60e8;
}

#index #main .r1 .r-main p font {
  color: #cecece;
}

#index #main .r1 .r-main .data-item {
  width: 100%;
  margin-top: 0.8rem;
  display: flex;
  justify-content: flex-start;
}

#index #main .r1 .r-main .data-item>li {
  display: inline-block;
  float: left;
  width: 33%;
}

#index #main .r1 .r-main .data-item>li>span {
  display: block;
  line-height: 72px;
}

#index #main .r1 .r-bg1 {
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/qiu1.png) no-repeat transparent;
  background-size: auto 60%;
  background-position: right 0;
}

#index #main .r1 .r-bg2 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/about.png) no-repeat transparent; */
  background-size: auto 32%;
  background-position: 100% 100%;
}

.up-word {
  text-transform: uppercase;
}

.f-72 {
  font-size: 72px;
}

.wc {
  color: #fff;
}

.d-gc {
  color: #ffffff;
  line-height: 36px;
  font-size: 18px;
  margin-top: 40px;
}

.up-word {
  font-weight: bold;
}

.r-title {
  position: relative;
  z-index: 10;
}

.r-title>span {
  height: 2px;
  width: 140px;
  background-color: #e4e4e4;
  position: absolute;
  overflow: hidden;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

.r-title h5 {
  position: relative;
  text-align: center;
  color: #e8e8e8;
  line-height: 100px;
  font-size: 60px;
}

.r-title h5:after {
  content: attr(data-note);
  position: absolute;
  width: 100%;
  text-align: center;
  color: #414141;
  font-size: 36px;
  left: 0;
  bottom: 0;
}

#index #main .r2 {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

#index #main .r2 .r-main .con {
  padding: 20px 0 20px;
  height: 550px;
  ;
  overflow: hidden;
}

#index #main .r2 .r-main .con #star-item {
  width: 1443.5px;
  height: 415.5px;
  margin: auto;
}

#index #main .r2 .r-main .con #star-item .svg-box {
  transform: scale(.8);
  position: relative;
  width: 1443.5px;
  height: 415.5px;
}

#index #main .r2 .r-main .con #star-item .svg-box path {
  transform: scale(1);
}


#index #main .r2 .r-main .con #star-item .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  transition: filter .5s ease-in-out, box-shadow .5s ease-in-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .txt {
  position: absolute;
  opacity: 0;
  left: 40%;
  top: -30px;
  padding-left: 24px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .txt h3 {
  line-height: 24px;
  white-space: nowrap;
  color: #fff;
  opacity: 0.3;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .txt small {
  display: block;
  white-space: nowrap;
  opacity: 0.2;
  line-height: 24px;
  color: #fff;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .txt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
  left: 8px;
  bottom: 11px;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .photo {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  width: 120px;
  height: 120px;
  /*background-color: #020202;*/
  border-radius: 50%;
  position: relative;
  z-index: 5;
  background: url(../img/qiu1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 100%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .photo>img {
  width: 100%;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic:hover .photo {
  background: url(../img/qiu2.png) no-repeat; 
  background-size: 100% 100%;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic:hover .photo img:nth-child(1) {
  display: none;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic:hover .photo img:nth-child(2) {
  display: inline-block;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list {
  width: 320px;
  display: inline-block;
  position: absolute;
  z-index: 4;
  top: -16px;
  left: -45px;
  transform: translateX(-34%);
  -webkit-transform: translateX(-34%);
  -moz-transform: translateX(-34%);
  -o-transform: translateX(-34%);
  -ms-transform: translateX(-34%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list span {
  display: block;
  line-height: 32px;
  white-space: nowrap;
  font-size: 18px;
  color: #b5b5b5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list h2 {
  white-space: nowrap;
  font-size: 25px;
  font-weight: 500;
  opacity: 0.9;
  color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list:hover span {
  color: #2a60e8;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list ol {
  display: block;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  width: 100%;
  margin-top: 0.16rem;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list ol li {
  display: block;
  color: #fff;
  position: relative;
  line-height: 24px;
  margin: 4px 0;
  min-height: 50%;
  font-size: 18px;
  font-weight: 500;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .msg-list ol li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  left: 8px;
  bottom: 11px;
  display: none;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .txt {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .photo {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  background: url(../img/qiu2.png) no-repeat;
  background-size: 100% 100%;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .msg-list {
  top: -75px;
  transform: translateX(-40%);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .msg-list span {
  opacity: 1;
  font-size: 22.5px;
  line-height: 40px;
  color: #2a60e8;
  font-weight: bold;
  text-transform: uppercase;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .msg-list h2 {
  opacity: 1;
  font-size: 28px;
  margin-bottom: 5px;
  color: #fff;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .msg-list ol {
  opacity: 1;
  transition-delay: 0.5s;
  font-size: 20px;
  color: #434343;
}


#index #main .r2 .r-main .con #star-item .svg-box .pic-item #cir2.on .msg-list {
  transform: translateX(-70%);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item #cir3.on .msg-list {
  transform: translateX(-65%);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item #cir1.on .msg-list {
  transform: translateX(-60%);
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.n1 .photo,
#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.m1 .photo {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  /*box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.65);*/
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.n2 .photo,
#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.m2 .photo {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  /* box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.65);*/
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.n3 .photo,
#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.m3 .photo {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  /* box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.65);*/
}

#index #main .r2 .r-main .con .app {
  position: relative;
}

#index #main .r2 .r-main .con .app .pic-item {
  z-index: 10;
  text-align: center;
}

#index #main .r2 .r-main .con .app .pic-item .pic {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 36px auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 1.2s ease-in-out, box-shadow 1.2s ease-in-out;
}

#index #main .r2 .r-main .con .app .pic-item .pic .photo {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  width: 100px;
  height: 100px;
  background-color: #020202;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 5%;
  box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.65);
}

#index #main .r2 .r-main .con .app .pic-item .pic .photo>img {
  width: 100%;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list {
  display: block;
  margin: 36px 6% 58px 6%;
  margin-right: calc(5vw + 110px);
  position: relative;
  z-index: 4;
  left: 0;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list span {
  display: block;
  line-height: 32px;
  font-size: 18px;
  opacity: 1;
  text-align: left;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list h2 {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.5;
  width: 100%;
  margin-top: 0.16rem;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list ol li {
  display: inline-block;
  color: #fff;
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin: 4px 0;
  min-height: 50%;
}

#index #main .r2 .r-main .con .app .pic-item .pic .msg-list ol li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  left: 8px;
  bottom: 11px;
}

#index #main .r2 .r-main .con .app .pic-item .pic.on {}

#index #main .r2 .r-main .con .app .pic-item .pic.on .txt {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
}

#index #main .r2 .r-main .con .app .pic-item .pic.on .photo {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.65);
}

#index #main .r2 .r-main .con .app .pic-item .pic.on .msg-list {
  top: -64px;
  transform: translateX(-55%);
}

#index #main .r2 .r-main .con .app .pic-item .pic.on .msg-list span {
  opacity: 1;
  font-size: 34px;
  line-height: 64px;
}

#index #main .r2 .r-main .con .app .pic-item .pic.on .msg-list h2 {
  opacity: 1;
  font-size: 20px;
}

#index #main .r2 .r-main .con .app .pic-item .pic.on .msg-list ol {
  opacity: 0.5;
  transition-delay: 0.5s;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .photo {
  display: flex;
  align-items: center;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .photo img {
  align-items: center;
  height: 47px;
  width: 94px;
  margin: 0 auto;

}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic .photo img:nth-child(2) {
  display: none;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .photo img:nth-child(1) {
  display: none;
}

#index #main .r2 .r-main .con #star-item .svg-box .pic-item .pic.on .photo img:nth-child(2) {
  display: inline-block;
}


#index #main .r-foot {
  background-color: transparent;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;

}

#index #main .r-foot .r-main {
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
}

#index #main .r-foot .r-main>span {
  display: inline-block;
  flex-basis: 28%;
  text-align: center;
}

#index #main .r-foot .r-main>span>span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

#index #main .r-foot .r-main>span a.iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
}

#index #main .r-foot .r-main>span a.iconfont .hover-box {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  left: -28px;
  bottom: calc(100% + 12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#index #main .r-foot .r-main>span a.iconfont .hover-box>img {
  max-width: 100px;
}

.ft-logo {}

#index #main .r-foot .r-main>span a.iconfont .hover-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #fff transparent transparent transparent;
}

#index #main .r-foot .r-main>span a.iconfont:hover .hover-box {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

#index #main .r-foot .r-main>img {
  height: 53px;
  margin: 10px 30px 0 30px;
}

#index #main .r-foot .r-main .layout-btn {
  text-align: center;
  padding: 5px 0px;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin-top: 0;
}

#index #btm {
  position: absolute;
  padding-bottom: 80px;
  width: 14vw;
  z-index: 10;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 45vh;
  display: none;
}

#index #btm .toTop {
  color: #fff;
  display: inline-block;
  position: absolute;
  width: 42px;
  text-align: center;
  bottom: 275px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 25px;
}

#index #btm .toTop>i {
  display: inline-block;
  width: 42px;
  font-size: 42px;
}

#index #btm .toTop:hover>i {
  animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.inder3 {
  overflow: hidden;
  background: #fff;
}

.inder3 .r-main {
  width: 100%;
  box-sizing: border-box;
}

.inder4 {
  overflow: hidden;
}

.inder4 .r-main {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

/********首页news*************/
.nnews-list {
  padding-top: 10px;
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.nnews-list li { 
  width: 592px;
  margin-left: 16px;
  border: 2px solid #21262f;
  height: 190px;
  position: relative;
  box-sizing: border-box;
  margin-top: 15px;
  z-index: 2;
}
.nnews-list li:nth-child(2n-1) {
  margin-left: 0;
}

.nnews-list li::before {
  content: "";
  position: absolute;
  transition: all .3s;
  border:2px solid #dcdcdc;
  opacity: 0;
  width: 572px;
  height: 170px;
  left: 10px;
  top: 10px;
}

.nnews-list li:hover::before {
  opacity: 1;
  top: -2px;
  left: -2px;
  width: 588px;
  height: 186px;
  border:2px solid #2a60e8;
}

.nnews-list li a {
  display: block;
  padding: 20px 20px 20px 290px;
  position: relative;
  z-index: 3;
}

.nnews-list li .n-body {}

.nnews-list li .date {
  font-family: Arial;
  margin-top: 10px;
  height: 30px;
  font-weight: 300;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
  color: #999;
}

.nnews-list li .date .md {
  
}

.nnews-list li .md span {
  display: none;
}

.nnews-list li .md::after {
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  width: 70px;
  position: absolute;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nnews-list li:hover .md::after {
  width: 110px;
}

.nnews-list li:hover .date {
  padding-left: 80px;
  color: #777;
}

.nnews-list li .newsimg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 255px;
  height: 150px;
  overflow: hidden;
  background-color: #f4f4f4;
}

.nnews-list li .newsimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
}

.nnews-list li:hover .newsimg img {
  transform: scale(1.05);
}

.nnews-list li .newsimg::before {
  position: absolute;
  content: "";
  width: 233px;
  height: 128px;
  margin-top: 10px;
  z-index: 10;
  border: 1px solid transparent;
  left: 10px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nnews-list li:hover .newsimg::before {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
}

.nnews-list li h1 {
  margin: 5px 0 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.nnews-list li:hover h1 {
  color: #2a60e8;
}

.nnews-list li h3 {
  transition: all 0.3s;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #eee;
}

.nnews-list li:hover h3 {
  color: #eee;
  transform: translateY(-2px);
}

.nnews-list li .cc-more {
  font-size: 14px;
  margin-top: 6px;
  color: #eee;
  opacity: 0;
  transform: translateY(-2px);
  transition: all 0.3s;
}

.nnews-list li:hover .cc-more {
  opacity: 1;
}

.nnews-list li .cc-more span {
  margin-left: 4px;
  transition: all 0.3s;
}

.nnews-list li:hover .cc-more span {
  margin-left: 8px;
}

.layout-btn {
  display: inline-block;
  color:
    #fff;
  border: 1px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  padding: 12px 30px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.layout-btn span {
  position: relative;
  letter-spacing: 3px;
  z-index: 10;
  font-size: inherit;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.layout-btn::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color:
    #fff;
  transition: width 0.2s ease;
}

.layout-btn:hover::after {
  width: 100%;
  left: 0;
}

.layout-btn:hover span {

  color: #333;
}

.xx-bg {
  /* background: #fbfbfb; */
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.two-bg {
  background: url(../img/stars.jpg) center top no-repeat;
  background-size: 100%;
  background-repeat: repeat-y;
}



.index .page3 {
  background-color: #79AA8D;
  padding: 80px 0 150px;
  position: relative;
}

.index .page3 .cm {
  width: 50%;
  max-width: 1200px;
  position: relative;
  left: 25%;
  display: inline-block;
}

.index .page3 svg {
  width: 100%;
  height: auto;
  max-height: 560px;
  min-height: 500px
}

.index .page3 svg polygon,
.index .page3 {
  -webkit-transition: all 3 ease;
  transition: all 3s ease;
}

.index .page3 .text {
  color: #3c3c3c;
  margin-top: 40px;
}

.index .page3 .text,
.index .page3 .text h3,
.index .page3 .text h4 {
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

.index .page3 .text h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.index .page3 .text h4 {
  height: 52px;
  color: #fff;
  white-space: nowrap;
}

.index .page3 li {
  display: none;
}

.block {
  display: block;
}

.index .page3 .thumb {
  width: 44px;
  position: absolute;
  right: 50px;
  top: 30%;
  padding-left: 10px;
}

.index .page3 .thumb span {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  border-radius: 45px;
  cursor: pointer;
  margin-top: 10px;
}

.index .page3 .thumb span:after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 30px;
  border: 1px #fff solid;
  position: absolute;
  top: 14px;
  left: 14px;
}

.index .page3 .thumb {
  width: 240px;
  left: 50%;
  bottom: 90px;
  right: auto;
  top: auto;
  padding: 0px;
  margin-left: -120px;
}

.index .page3 .thumb span {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.index .page3 .thumb span:before {
  display: none;
}

.index .page3 .thumb span:after,
.index .page3 .thumb span.active:after {
  width: 10px;
  height: 10px;
  left: 7px;
  top: 7px;
  background-color: #fff;
  border: none;
}

.index .page3 .thumb span.active:after,
.index .page3 .thumb span:hover::after {
  background-color: #ff354d;
}

.zex {
  position: relative;
  z-index: 8;
}

/************/
.pageFrame {
  overflow: hidden;
}

.pageFrame .index {
  width: 100%;
}

/**************************************/
.project {
  width: 100%;
  width: 29.333333%;
  float: left;
  margin: 0 2%;
}

.project-list:after {
  content: " ";
  display: block;
  clear: both;
}

.project__image {
  display: block;
  position: relative;
}

.project__image img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  ;
  display: block;
}

.project__image:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  transition: opacity .3s ease;
  opacity: 0;
}

.project__card {
  position: relative;
  will-change: transform;
  transition: box-shadow .3s ease;
  box-shadow: 0 10px 30px transparent;
}

.project__card.hover-in {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.project__card.hover-out {
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.project:hover .project__card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project__image:after {
  opacity: 1;
}

.project:hover .project__detail {
  border-width: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project__title,
.project:hover .project__category {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.project__detail {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  border: 0 solid #00BCD4;
  transition: border .4s ease;
}

.project__title {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 700;
  transition: .4s ease;
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0);
  -ms-transform: translateY(40px) scale(0);
  transform: translateY(40px) scale(0);
  will-change: transform;
}

.project__title a {
  color: white;
}

.project__category {
  opacity: 0;
  transition: .4s ease;
  transition-delay: .1s;
  -webkit-transform: translateY(40px) scale(0);
  -ms-transform: translateY(40px) scale(0);
  transform: translateY(40px) scale(0);
  will-change: transform;
}

.project__category a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3em;
}


/*****原官网*********/
.br-four {
  width: 100%;
  margin-top: 50px;
}

.br-four li {
  width: 33.33%;
  padding-left: 0;
  color: #fff;
  font-size: 22px;
}

.br-four li i {
  color: #2a60e8;
  font-size: 80px;
}

.idx_pros {
  width: 100%;
  border-right: none;
}

.idx_pros a {
  width: 33.333333%;
  box-sizing: border-box;
}

.case-top a {
  color: #eee;
}

.left-bar {
  display: none;
}

/** 2020.314**/
.xx-banner {
  position: absolute;
  width: 32.6%;
  top: 56%;
  left: 22.5%;
}

.center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.sy-c {
  margin: 50px auto;
  position: relative;
}

.sy-case {
  float: left;
  width: 330px;
}

.sy-case>h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
  transition: all .3s;
}

.sy-case>h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

.sy-case>h3 {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 70px;
}

.sy-case:hover h1 {
  color: #2a60e8;
}

.sy-case:hover h2 {
  color: #2a60e8;
}

.sy-case>a {
  display: block;
  width: 180px;
  height: 60px;
  border: 2px solid #dcdcdc;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.sy-case>a:hover {
  background: #2a60e8;
  color: #fff;
  border: #2a60e8 2px so;
}

.sy-case>a:hover::after {
  opacity: 1;
  left: 0;
}

.sy-case>a::after {
  content: ">";
  opacity: 0;
  position: relative;
  left: -15px;
  transition: all .3s;
  color: #fff;
}


.sy-swiperIndex {
  border: 2px dashed #dcdcdc;
  width: 500px;
  height: 500px;
  float: left;
  border-radius: 50%;
}

.hezuo-img {
  width: 475px;
  height: 475px;
  border-radius: 50%;
  overflow: hidden;
  margin: 13px auto !important;
}

.hezuo-img img {
  width: 475px;
  height: 475px;
}

.hezuo-img .swiper-wrapper {
  border-radius: 50% !important;
}

.hezuo-img .swiper-slide {
  width: 475px;
  background: #fff;
}

.hezuolist {
  width: 220px;
  position: absolute !important;
  right: 200px;
  bottom: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.hezuolist a {
  transition: all .3s;
  color: #fff;
}

.hezuolist a:hover {
  color: #2a60e8;
}

.sy-case-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 165px;
  height: 1px;
  background: #fff;
  bottom: 60px;
  right: 0;
}

.sy-case-box {
  overflow: hidden;
  float: left;
  position: relative;
  width: 870px;
}


.hezuo-prev,
.hezuo-next {
  width: 42px !important;
  height: 42px !important;
  background-size: 100% !important;
  top: 90% !important;
  outline: none;
}

.hezuo-prev {
  background: url(../img/sy-prev.png) center no-repeat !important;
  left: 220px !important;
}

.hezuo-prev:hover {
  background: url(../img/sy-prev2.png) center no-repeat !important;
}

.hezuo-next {
  background: url(../img/sy-next.png) center no-repeat !important;
  right: 820px !important;
}

.hezuo-next:hover {
  background: url(../img/sy-next2.png) center no-repeat !important;
}

.hezuo-fenye {
  top: 87% !important;
  width: 50px !important;
  left: 275px !important;
  font-size: 20px;
  color: #fff;
  height: 42px;
  line-height: 34px;
}

.big-yellow {
  background: url(../img/case.png) center no-repeat;
  height: 100px;
  background-size: auto 100%;
  position: absolute;
  right: 20px;
  bottom: 20%;
  width: 370px;
  z-index: 20;
}

.kehu-bg {
  background: #fff;
  padding: 50px 0;
}

.kehu-top {
  font-size: 36px;
}

.kehu-top>h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
}

.kehu-top>h2 {
  color: #fff;
  font-weight: 500;
  margin: 5px 0 15px;
}

.kehu-top>h3 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  font-weight: 500;
}

.kehu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.kehu-list li {
  margin-bottom: 20px;
  transition: all .1s;
}

.kehu-list li img {
  width: 185px;
  height: 110px;
}

.tb-sb {
  text-align: center;
  margin-top: 40px;
}

.xxsb,
.xxsb2 {
  width: 42px;
  height: 42px;
  display: inline-block;
  margin: 0 20px;
  outline: none;
}

.xxsb {
  background: url(../img/sy-prev.png) center no-repeat;
}

.xxsb:hover {
  background: url(../img/sy-prev2.png) center no-repeat;
}

.xxsb2 {
  background: url(../img/sy-next.png) center no-repeat;
}

.xxsb2:hover {
  background: url(../img/sy-next2.png) center no-repeat;
}

.m1>.msg-list {
  top: -50px !important
}

.n1>.msg-list {
  top: -50px !important
}